home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / intuition / yak_1.57 / source / dummy.c < prev    next >
Text File  |  1994-11-17  |  117b  |  7 lines

  1. /*
  2. *    This gets loaded in place of help-window when it's closed.
  3. *
  4. **/
  5. void DummyOverlay(void);
  6. void DummyOverlay(){}
  7.